home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Apps / InterfaceBuilder.app / English.lproj / OVObjectEditor.nib / data.classes next >
Text File  |  1994-08-25  |  535b  |  15 lines

  1. IBOVObjectEditor = {
  2.     ACTIONS = {"currentUIChange:" = "currentUIChange:"; }; 
  3.     OUTLETS = {
  4.         currentUISelectionMatrix = currentUISelectionMatrix; 
  5.     outlineView = outlineView; 
  6.     scrollView = scrollView; 
  7.     window = window; 
  8.     }; 
  9.     SUPERCLASS = Object; 
  10. };
  11. IBSplitScrollView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = ScrollView; };
  12. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  13. IBObjectEditorMatrix = {SUPERCLASS = Matrix; };
  14. OutlineView = {ACTIONS = {}; OUTLETS = {newItem = newItem; }; SUPERCLASS = Matrix; };
  15.